filechooser: Cosmetic doc changes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Apr 2020 00:08:21 +0000 (20:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Apr 2020 00:08:21 +0000 (20:08 -0400)
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechoosernative.c

index 8b4134135b9f6f6b1b7071979480daaebec9aa07..d509b86990e7910e2ad2dfc59618409fc13292e1 100644 (file)
@@ -65,7 +65,7 @@
 
 /**
  * SECTION:gtkfilechooserbutton
- * @Short_description: A button to launch a file selection dialog
+ * @Short_description: A button to launch a file chooser dialog
  * @Title: GtkFileChooserButton
  * @See_also:#GtkFileChooserDialog
  *
index 36e3e3e7420df7c0ff282c3ac467599f38073acd..6ef46da6994d427d865c15898e687d19cab94fd5 100644 (file)
 
 /**
  * SECTION:gtkfilechooserdialog
- * @Short_description: A file chooser dialog, suitable for “File/Open” or “File/Save” commands
+ * @Short_description: A file chooser dialog, suitable for “File Open” or “File Save” commands
  * @Title: GtkFileChooserDialog
  * @See_also: #GtkFileChooser, #GtkDialog, #GtkFileChooserNative
  *
  * #GtkFileChooserDialog is a dialog box suitable for use with
- * “File/Open” or “File/Save as” commands.  This widget works by
+ * “File Open” or “File Save” commands.  This widget works by
  * putting a #GtkFileChooserWidget inside a #GtkDialog.  It exposes
  * the #GtkFileChooser interface, so you can use all of the
  * #GtkFileChooser functions on the file chooser dialog as well as
index 3e370d5e7d673f1ffdba75b67a382de2b31635a4..184f6d268f79c3bbaa577debef150131ae2d7976 100644 (file)
 
 /**
  * SECTION:gtkfilechoosernative
- * @Short_description: A native file chooser dialog, suitable for “File/Open” or “File/Save” commands
+ * @Short_description: A native file chooser dialog, suitable for “File Open” or “File Save” commands
  * @Title: GtkFileChooserNative
  * @See_also: #GtkFileChooser, #GtkNativeDialog, #GtkFileChooserDialog
  *
  * #GtkFileChooserNative is an abstraction of a dialog box suitable
- * for use with “File/Open” or “File/Save as” commands. By default, this
+ * for use with “File Open” or “File Save as” commands. By default, this
  * just uses a #GtkFileChooserDialog to implement the actual dialog.
  * However, on certain platforms, such as Windows and macOS, the native platform
  * file chooser is used instead. When the application is running in a
  * #GtkFileChooserNative may call the proper APIs (portals) to let the user
  * choose a file and make it available to the application.
  *
- * While the API of #GtkFileChooserNative closely mirrors #GtkFileChooserDialog, the main
- * difference is that there is no access to any #GtkWindow or #GtkWidget for the dialog.
- * This is required, as there may not be one in the case of a platform native dialog.
- * Showing, hiding and running the dialog is handled by the #GtkNativeDialog functions.
+ * While the API of #GtkFileChooserNative closely mirrors #GtkFileChooserDialog,
+ * the main difference is that there is no access to any #GtkWindow or #GtkWidget
+ * for the dialog. This is required, as there may not be one in the case of a
+ * platform native dialog.
+ *
+ * Showing, hiding and running the dialog is handled by the #GtkNativeDialog
+ * functions.
  *
  * ## Typical usage ## {#gtkfilechoosernative-typical-usage}
  *